home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / rwrdfinl.dxr / 00137.ls < prev    next >
Encoding:
Text File  |  1996-07-26  |  252 b   |  12 lines

  1. on exitFrame
  2.   global lastName
  3.   set lastName to the frameLabel
  4.   set fld to lastName & "Fld"
  5.   repeat with t = 2 to 7
  6.     puppetSprite(t, 1)
  7.     set x to value(line t of field fld)
  8.     set the castNum of sprite t to x
  9.   end repeat
  10.   updateStage()
  11. end
  12.